From cd1a535915854d2ef4262abc14d90a94430d99ad Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Fri, 17 Nov 2006 20:16:42 +0000 Subject: [PATCH] Various tweaks --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/docs | 6 +----- debian/rules | 8 ++++++-- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 707bc13e6..247a927f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gpsbabel (1.3.2) unstable; urgency=low + + * New upstream version. Closes: #383899, #380533, #304178. + * Style docs now included. Closes: #348986. (Note: README.style + no longer exists) + + -- John Goerzen Fri, 17 Nov 2006 03:57:30 -0600 + gpsbabel (1.2.7-1) unstable; urgency=low * New upstream version. Closes: #317559. diff --git a/debian/control b/debian/control index 978a1a8c1..e3e60be8d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gpsbabel Section: utils Priority: optional Maintainer: John Goerzen -Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, tetex-bin, tetex-base, libusb-dev +Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, tetex-bin, tetex-base, libusb-dev, expat, libxml2-utils, xsltproc Standards-Version: 3.6.0 Package: gpsbabel diff --git a/debian/docs b/debian/docs index fb3a88292..ddb9a541b 100644 --- a/debian/docs +++ b/debian/docs @@ -1,6 +1,2 @@ README -README.contrib -README.magnav -README.mapconverter -README.psp -README.xmapwpt +README.* diff --git a/debian/rules b/debian/rules index d62b886bb..85f92a222 100644 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,8 @@ endif configure: configure-stamp configure-stamp: dh_testdir + $(SHELL) ./configure --with-zlib=system --with-doc=debian/doctmp \ + --prefix=/usr # Add here commands to configure the package. touch configure-stamp @@ -33,6 +35,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir + mkdir debian/doctmp # Add here commands to compile the package. $(MAKE) chmod u+x testo @@ -51,6 +54,7 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) clean -cd doc && $(MAKE) clean + -rm -r debian/doctmp dh_clean @@ -61,8 +65,8 @@ install: build dh_installdirs # Add here commands to install the package into debian/gpsbabel. - #$(MAKE) install DESTDIR=$(CURDIR)/debian/gpsbabel - install gpsbabel $(CURDIR)/debian/gpsbabel/usr/bin + $(MAKE) install DESTDIR=$(CURDIR)/debian/gpsbabel + #install gpsbabel $(CURDIR)/debian/gpsbabel/usr/bin # Build architecture-independent files here. -- 2.30.2